home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / CHIP Turkiye Ağustos 2000 CD2.iso / prog / symntc / 04 / DATA1.CAB / CMS_data_files / pca_trap.mib next >
Text File  |  1999-06-04  |  18KB  |  536 lines

  1. --
  2. --  pcANYWHERE MIB Definitions (pcAnywhere 9.0)
  3. --  Copyright 1999, Symantec Corporation.
  4. --
  5.  
  6. PCA-Alert-MIB DEFINITIONS ::= BEGIN
  7.  
  8. IMPORTS
  9.         enterprises
  10.               FROM RFC1155-SMI
  11.     OBJECT-TYPE
  12.           FROM RFC-1212
  13.     TRAP-TYPE
  14.               FROM RFC-1215
  15.         DisplayString
  16.               FROM RFC1213-MIB;
  17.  
  18.  
  19. symantec         OBJECT IDENTIFIER ::= { enterprises 393 }
  20. pcanywhere       OBJECT IDENTIFIER ::= { symantec 100 }
  21. pcaversionnine     OBJECT IDENTIFIER ::= { pcanywhere 9 }
  22.  
  23. PcaHost         OBJECT IDENTIFIER ::= { pcaversionnine 1 }
  24. PcaRemote     OBJECT IDENTIFIER ::= { pcaversionnine 2 }
  25. PcaFileXfer     OBJECT IDENTIFIER ::= { pcaversionnine 3 }
  26. PcaGateway     OBJECT IDENTIFIER ::= { pcaversionnine 4 }
  27. PcaMonitor        OBJECT IDENTIFIER ::= { pcaversionnine 5 }
  28. PcaInstall     OBJECT IDENTIFIER ::= { pcaversionnine 6 }
  29. PcaReset     OBJECT IDENTIFIER ::= { pcaversionnine 7 }
  30. PcaLDAP      OBJECT IDENTIFIER ::= { pcaversionnine 8 }
  31.  
  32. PcaObject      OBJECT IDENTIFIER ::= { pcaversionnine 9 }
  33.  
  34. -- Pca Alert Objects - These are not able to be queried, however they are used for the trap
  35. -- variables we will bind to specific traps.  Now I only have generic data bindings listed,
  36. -- this will change to properly reflect the type of data in the variables being sent.
  37. -- NOTE:  Check to see whether the access is set properly, ie use not-accessible instead!!!
  38.  
  39. HostComputerName  OBJECT-TYPE
  40.               SYNTAX    DisplayString (SIZE (0..128))
  41.               ACCESS    read-only
  42.               STATUS    optional
  43.               DESCRIPTION
  44.                         "The computer that is running the PCA Host"
  45.               ::= { PcaObject 1 }
  46.  
  47. RemoteComputerName  OBJECT-TYPE
  48.               SYNTAX    DisplayString (SIZE (0..128))
  49.               ACCESS    read-only
  50.               STATUS    optional
  51.               DESCRIPTION
  52.                         "The computer that is running the PCA Remote"
  53.               ::= { PcaObject 2 }
  54.  
  55. CallerName    OBJECT-TYPE
  56.               SYNTAX    DisplayString (SIZE (0..128))
  57.               ACCESS    read-only
  58.               STATUS    optional
  59.               DESCRIPTION
  60.                         "The name of the remote caller."
  61.               ::= { PcaObject 3 }
  62.  
  63. HostConnectionObject    OBJECT-TYPE
  64.               SYNTAX    DisplayString (SIZE (0..255))
  65.               ACCESS    read-only
  66.               STATUS    optional
  67.               DESCRIPTION
  68.                         "The name of the connection object used to start the PCA Host"
  69.               ::= { PcaObject 4 }
  70.  
  71. RemoteConnectionObject    OBJECT-TYPE
  72.               SYNTAX    DisplayString (SIZE (0..255))
  73.               ACCESS    read-only
  74.               STATUS    optional
  75.               DESCRIPTION
  76.                         "The name of the connection object used to start the PCA Remote"
  77.               ::= { PcaObject 5 }
  78.  
  79. XferFiles OBJECT-TYPE
  80.               SYNTAX  INTEGER 
  81.               ACCESS  read-only
  82.               STATUS  optional
  83.               DESCRIPTION
  84.             "Number of files transferred by file transfer"
  85.               ::= { PcaObject 6 }
  86.  
  87. XferBytes OBJECT-TYPE
  88.               SYNTAX  INTEGER 
  89.               ACCESS  read-only
  90.               STATUS  optional
  91.               DESCRIPTION
  92.             "Number of bytes transferred by this file transfer operation"
  93.               ::= { PcaObject 7 }
  94.  
  95. -- Possible values for XferOperation are:
  96. --  0. Sent
  97. --  1. Recieved
  98. --  2. Folder Created
  99. --  3. Delete
  100. --  4. Copy
  101. --  5. Move
  102. --  6. Rename
  103.  
  104. XferOperation OBJECT-TYPE
  105.               SYNTAX  INTEGER 
  106.               ACCESS  read-only
  107.               STATUS  optional
  108.               DESCRIPTION
  109.             "The operation last performed by file transfer"
  110.               ::= { PcaObject 8 }
  111.  
  112. XferVirusFlag OBJECT-TYPE
  113.               SYNTAX  INTEGER 
  114.               ACCESS  read-only
  115.               STATUS  optional
  116.               DESCRIPTION
  117.             "This is the file transfer virus flag."
  118.               ::= { PcaObject 9 }
  119.  
  120. XferSourceFile    OBJECT-TYPE
  121.               SYNTAX    DisplayString (SIZE (0..255))
  122.               ACCESS    read-only
  123.               STATUS    optional
  124.               DESCRIPTION
  125.                         "The name of the source file in a file transfer operation"
  126.               ::= { PcaObject 10 }
  127.  
  128. XferDestFile    OBJECT-TYPE
  129.               SYNTAX    DisplayString (SIZE (0..255))
  130.               ACCESS    read-only
  131.               STATUS    optional
  132.               DESCRIPTION
  133.                         "The name of the destination file in a file transfer operation"
  134.               ::= { PcaObject 11 }
  135.  
  136. HostEncryptionLevel  OBJECT-TYPE
  137.               SYNTAX  INTEGER 
  138.               ACCESS  read-only
  139.               STATUS  optional
  140.               DESCRIPTION
  141.             "The desired encryption level of the PCA Host"
  142.               ::= { PcaObject 12 }
  143.  
  144. RemoteEncryptionLevel OBJECT-TYPE
  145.               SYNTAX  INTEGER 
  146.               ACCESS  read-only
  147.               STATUS  optional
  148.               DESCRIPTION
  149.             "The desired encryption level of the PCA Remote"
  150.               ::= { PcaObject 13 }
  151.  
  152. HostEndedReason OBJECT-TYPE
  153.               SYNTAX  INTEGER 
  154.               ACCESS  read-only
  155.               STATUS  optional
  156.               DESCRIPTION
  157.             "The reason a PCA Host was terminated"
  158.               ::= { PcaObject 14 }
  159.  
  160. -- Possible reasons for HostEndedReason, these would occur on a session end.
  161. --   0. Remote Logged Off
  162. --   1. Host Ended Session
  163. --   2. Connection Lost
  164. --   3. Remote canceled
  165. --   4. Inactivity timeout
  166. --   5. Usage timeout
  167. --   6. Host reboot
  168. --   7. Remote reboot
  169. --   8. Login failed
  170. --   9. Invalid password
  171. --  10. Encryption failure
  172. --  11. Device Failure
  173.  
  174. -- If the Host Stopped for any reason, HostEndedReason will contain one of
  175. -- the following negative results
  176. --  -1. Device type is unavailable
  177. --  -2. Couldn't Sync State
  178. --  -3. cm_open failed
  179. --  -4. cm_attach failed
  180. --  -5. cm_stat failed
  181. --  -6. Generic failure to get a connection
  182. --  -7. The host was busy
  183. --  -8. The user cancelled the operation
  184. --  -9. Network host name not found
  185. -- -10. Unable to load a modem configuration
  186. -- -11. Asked to change an invalid parameter
  187. -- -12. Unable to process a modem script
  188. -- -13. Modem responded with unknown response
  189. -- -14. Modem could not answer
  190. -- -15. Couldn't sync to modem speed
  191. -- -16. No answer from the modem
  192. -- -17. Gateway error
  193. -- -18. ISDN call rejected
  194. -- -19. ISDN no phone line
  195. -- -20. ISDN line out of order
  196. -- -21. ISDN invalid destination address
  197. -- -22. ISDN destination number changed
  198. -- -23. ISDN outgoing calls unauthorized
  199. -- -24. ISDN dest not authorized to accept calls
  200. -- -25. Could not update LDAP with status
  201.  
  202. DeviceType OBJECT-TYPE
  203.               SYNTAX  INTEGER 
  204.               ACCESS  read-only
  205.               STATUS  optional
  206.               DESCRIPTION
  207.             "This represents the type of device in which a connection was made."
  208.               ::= { PcaObject 15 }
  209.  
  210. -- Available Device Types
  211. --  0. Null Device
  212. --  1. TTY
  213. --  2. Printer
  214. --  3. 8250
  215. --  4. NCSI
  216. --  5. IPX
  217. --  6. NetBios
  218. --  7. INT 14
  219. --  8. AppleTalk
  220. --  9. IPX Driver for MACs with NAS
  221. -- 10. Telebit ACS device
  222. -- 11. Banyan
  223. -- 12. SPX
  224. -- 13. TCP/IP
  225. -- 14. TAPI
  226. -- 15. CAPI
  227.  
  228. XFerFailedFlag OBJECT-TYPE
  229.               SYNTAX  INTEGER 
  230.               ACCESS  read-only
  231.               STATUS  optional
  232.               DESCRIPTION
  233.             "This flag will be set if a file transfer event had failed."
  234.               ::= { PcaObject 16 }
  235.  
  236. EncryptionErrorMessage    OBJECT-TYPE
  237.               SYNTAX    DisplayString (SIZE (0..255))
  238.               ACCESS    read-only
  239.               STATUS    optional
  240.               DESCRIPTION
  241.                         "Encryption error message"
  242.               ::= { PcaObject 17 }
  243.  
  244. --------------------------------------------------------------------------------
  245. -- Pca Host Alert Traps 
  246. PcaHostStarted   TRAP-TYPE
  247.                  ENTERPRISE  PcaHost
  248.                  VARIABLES   {
  249.                              DeviceType,
  250.                  HostConnectionObject
  251.                              }
  252.                  DESCRIPTION "PCA Host was started"
  253.                  ::= 1
  254.  
  255. PcaHostEndSession TRAP-TYPE
  256.                  ENTERPRISE  PcaHost
  257.                  VARIABLES   {
  258.                              HostEndedReason
  259.                              }
  260.                  DESCRIPTION "PCA Host has shut down"
  261.                  ::= 2
  262.  
  263. PcaHostAbnormalEnd   TRAP-TYPE
  264.                  ENTERPRISE  PcaHost
  265.                  DESCRIPTION "PCA Host has shut down abnormally"
  266.                  ::= 3
  267.  
  268. PcaHostConnFailDeviceError   TRAP-TYPE
  269.                  ENTERPRISE  PcaHost
  270.                  VARIABLES   {
  271.                              DeviceType
  272.                              }
  273.                  DESCRIPTION "PCA Host connection failed - device error"
  274.                  ::= 4
  275.  
  276. PcaHostStopped   TRAP-TYPE
  277.                  ENTERPRISE  PcaHost
  278.                  VARIABLES   {
  279.                              HostEndedReason
  280.                              }
  281.                  DESCRIPTION "PCA Host was stopped"
  282.                  ::= 5
  283.  
  284. PcaHostInSession   TRAP-TYPE
  285.                  ENTERPRISE  PcaHost
  286.                  VARIABLES   {
  287.                              RemoteComputerName,
  288.                  CallerName
  289.                              }
  290.                  DESCRIPTION "PCA Host is in session"
  291.                  ::= 6
  292.  
  293. PcaHostConnFailAccessDenied   TRAP-TYPE
  294.                  ENTERPRISE  PcaHost
  295.                  DESCRIPTION "PCA Host connection failed - access denied"
  296.                  ::= 7
  297.  
  298. PcaHostConnFailEncrypt   TRAP-TYPE
  299.                  ENTERPRISE  PcaHost
  300.                  VARIABLES   {                             
  301.                                       EncryptionErrorMessage
  302.                              }
  303.                  DESCRIPTION "PCA Host connection failed - encryption error"
  304.                  ::= 8
  305.  
  306. PcaHostUnsecuredHostStarted   TRAP-TYPE
  307.                  ENTERPRISE  PcaHost
  308.                  VARIABLES   {
  309.                              HostConnectionObject
  310.                              }
  311.                  DESCRIPTION "Unsecure launch of PCA Host"
  312.                  ::= 9
  313.  
  314. PcaHostRebooting   TRAP-TYPE
  315.                  ENTERPRISE  PcaHost
  316.                  DESCRIPTION "PCA Host rebooting the system"
  317.                  ::= 10
  318.  
  319. PcaHostLockingWorkstation TRAP-TYPE
  320.          ENTERPRISE  PcaHost
  321.          DESCRIPTION "PCA Host locking workstation"
  322.          ::= 11
  323.  
  324. PcaHostLoggingOffUser TRAP-TYPE
  325.          ENTERPRISE  PcaHost
  326.          DESCRIPTION "PCA Host is logging off the current user"
  327.          ::= 12
  328.  
  329.  
  330.  
  331.  
  332. --------------------------------------------------------------------------------
  333. -- PCA Remote Generated Traps
  334. --------------------------------------------------------------------------------
  335.  
  336. PcaRemoteStarted   TRAP-TYPE
  337.                  ENTERPRISE  PcaRemote
  338.                  VARIABLES   {
  339.                              DeviceType,
  340.                  RemoteConnectionObject
  341.                              }
  342.                  DESCRIPTION "PCA Remote was started"
  343.                  ::= 1
  344.  
  345. PcaRemoteInSession   TRAP-TYPE
  346.                  ENTERPRISE  PcaRemote
  347.                  VARIABLES   {
  348.                              HostComputerName
  349.                              }
  350.                  DESCRIPTION "PCA Remote is in session"
  351.                  ::= 2
  352.  
  353. PcaRemoteEndSession   TRAP-TYPE
  354.                  ENTERPRISE  PcaRemote
  355.                  DESCRIPTION "PCA Remote has ended the session"
  356.                  ::= 3
  357.  
  358. PcaRemoteAbnormalEndSession   TRAP-TYPE
  359.                  ENTERPRISE  PcaRemote
  360.                  DESCRIPTION "PCA Remote has ended the session abnormally"
  361.                  ::= 4
  362.  
  363. PcaRemoteConnFailDeviceError   TRAP-TYPE
  364.                  ENTERPRISE  PcaRemote
  365.                  VARIABLES   {
  366.                              DeviceType
  367.                              }
  368.                  DESCRIPTION "PCA Remote connection failure - device error"
  369.                  ::= 5
  370.  
  371. PcaRemoteConnFailHostBusy   TRAP-TYPE
  372.                  ENTERPRISE  PcaRemote
  373.                  DESCRIPTION "PCA Remote connection failure - host busy"
  374.                  ::= 6
  375.  
  376. PcaRemoteConnFailHostNotFound   TRAP-TYPE
  377.                  ENTERPRISE  PcaRemote
  378.                  DESCRIPTION "PCA Remote connection failure - host not found"
  379.                  ::= 7
  380.  
  381. PcaRemoteConnFailBadPassword   TRAP-TYPE
  382.                  ENTERPRISE  PcaRemote
  383.                  DESCRIPTION "PCA Remote connection failure - bad password"
  384.                  ::= 8
  385.  
  386. PcaRemoteConnFailEncryption   TRAP-TYPE
  387.                  ENTERPRISE  PcaRemote
  388.                  VARIABLES   {                      
  389.                              EncryptionErrorMessage
  390.                              }
  391.                  DESCRIPTION "PCA Remote connection failure - encryption error"
  392.                  ::= 9
  393.  
  394. --------------------------------------------------------------------------------
  395. -- PCA File Transfer Generated Traps
  396. --------------------------------------------------------------------------------
  397.  
  398. PcaFileXferStarted   TRAP-TYPE
  399.                  ENTERPRISE  PcaFileXfer
  400.                  VARIABLES   {
  401.                              HostComputerName,
  402.                              RemoteComputerName
  403.                              }
  404.                  DESCRIPTION "PCA File Transfer started"
  405.                  ::= 1
  406.  
  407. PcaFileXferEnded   TRAP-TYPE
  408.                  ENTERPRISE  PcaFileXfer
  409.                  DESCRIPTION "PCA File Transfer ended"
  410.                  ::= 2
  411.  
  412. PcaFileXferAbnormalEnd   TRAP-TYPE
  413.                  ENTERPRISE  PcaFileXfer
  414.                  VARIABLES   {
  415.                              HostComputerName,
  416.                              RemoteComputerName
  417.                              }
  418.                  DESCRIPTION "PCA File Transfer ended abnormally"
  419.                  ::= 3
  420.  
  421. PcaFileXferOperationCancelled   TRAP-TYPE
  422.                  ENTERPRISE  PcaFileXfer
  423.                  DESCRIPTION "PCA File Transfer operation cancelled"
  424.                  ::= 4
  425.  
  426. PcaFileXferOperation   TRAP-TYPE
  427.                  ENTERPRISE  PcaFileXfer
  428.                  VARIABLES   {
  429.                              XferOperation,
  430.                  XferSourceFile,
  431.                  XferDestFile,
  432.                  XferBytes,
  433.                  XferVirusFlag,
  434.                  XferFailedFlag
  435.                              }
  436.                  DESCRIPTION "PCA File Transfer detailed operation notice"
  437.                  ::= 5
  438.  
  439. PcaFileXferVirusFound   TRAP-TYPE
  440.                  ENTERPRISE  PcaFileXfer
  441.                  VARIABLES   {
  442.                  XferSourceFile
  443.                              }
  444.                  DESCRIPTION "PCA File Transfer has detected a virus."
  445.                  ::= 6
  446.  
  447. --------------------------------------------------------------------------------
  448. -- The remaining pcAnywhere SNMP Traps are not yet implemented
  449. -- PCA Monitor Traps
  450. --------------------------------------------------------------------------------
  451.  
  452. PcaMonitorFullProductNotInstalled   TRAP-TYPE
  453.                  ENTERPRISE  PcaMonitor
  454.                  DESCRIPTION "PCA Monitor - The PCA Full product is not installed"
  455.                  ::= 1
  456.  
  457. PcaMonitorHostNotInstalled   TRAP-TYPE
  458.                  ENTERPRISE  PcaMonitor
  459.                  DESCRIPTION "PCA Monitor - The PCA Host is not installed"
  460.                  ::= 2
  461.  
  462. PcaMonitorRemoteNotInstalled   TRAP-TYPE
  463.                  ENTERPRISE  PcaMonitor
  464.                  DESCRIPTION "PCA Monitor - The PCA Remote is not installed"
  465.                  ::= 3
  466.  
  467. PcaMonitorHostNotWaiting   TRAP-TYPE
  468.                  ENTERPRISE  PcaMonitor
  469.                  DESCRIPTION "PCA Monitor - The PCA Host is not waiting for a connection"
  470.                  ::= 4
  471.  
  472. PcaMonitorHostNotAutoStart   TRAP-TYPE
  473.                  ENTERPRISE  PcaMonitor
  474.                  DESCRIPTION "PCA Monitor - The PCA Host is not set to auto start"
  475.                  ::= 5
  476.  
  477. PcaMonitorHostNotWaitingOnDialup   TRAP-TYPE
  478.                  ENTERPRISE  PcaMonitor
  479.                  DESCRIPTION "PCA Monitor - The PCA Host is not waiting on a dialup"
  480.                  ::= 6
  481.  
  482. PcaMonitorHostLanOnlyNotInstalled   TRAP-TYPE
  483.                  ENTERPRISE  PcaMonitor
  484.                  DESCRIPTION "PCA Monitor - The PCA Host LAN only is not installed"
  485.                  ::= 7
  486.  
  487. PcaMonitorLiveUpdateNotRun   TRAP-TYPE
  488.                  ENTERPRISE  PcaMonitor
  489.                  DESCRIPTION "PCA Monitor - Live Update was not run on this host"
  490.                  ::= 8
  491.  
  492. --------------------------------------------------------------------------------
  493. -- Reset Events - these events are defined so that when generated by the monitor they 
  494. -- can be used to clear the status of previously generated events.
  495. --------------------------------------------------------------------------------
  496.  
  497. PcaResetNotInstalledReset   TRAP-TYPE
  498.                  ENTERPRISE  PcaReset
  499.                  DESCRIPTION "PCA Monitor - Reset install traps"
  500.                  ::= 1
  501.  
  502. PcaResetHostNotWaitingReset   TRAP-TYPE
  503.                  ENTERPRISE  PcaReset
  504.                  DESCRIPTION "PCA Monitor - Reset Host not waiting traps"
  505.                  ::= 2
  506.  
  507. PcaResetHostNotAutoStartReset   TRAP-TYPE
  508.                  ENTERPRISE  PcaReset
  509.                  DESCRIPTION "PCA Monitor - Reset Host not auto start traps"
  510.                  ::= 3
  511.  
  512. PcaResetHostWaitingOnDialupReset   TRAP-TYPE
  513.                  ENTERPRISE  PcaReset
  514.                  DESCRIPTION "PCA Monitor - Reset Host waiting on dialup traps"
  515.                  ::= 4
  516.  
  517. PcaResetLiveUpdateNotRunReset   TRAP-TYPE
  518.                  ENTERPRISE  PcaReset
  519.                  DESCRIPTION "PCA Monitor - Reset Live Update not run traps"
  520.                  ::= 5
  521.  
  522. --------------------------------------------------------------------------------
  523. -- PCA Install Traps
  524. --------------------------------------------------------------------------------
  525.  
  526. PcaInstallRebootRequired  TRAP-TYPE
  527.                  ENTERPRISE  PcaInstall
  528.                  DESCRIPTION "PCA Install - A reboot is required"
  529.                  ::= 1
  530.  
  531.  
  532. END               
  533.  
  534.  
  535.  
  536.